バージョン

GridWrapper<T> クラス

チェーン可能なメソッドを含むグリッドの定義。ビューでコントロールを直接設定することを許可する Fluent デザイン パターンの実装。
シンタックス
'宣言
 
Public Class GridWrapper(Of T As Class) 
   Inherits Infragistics.Web.Mvc.BaseGridWrapper(Of GridModel,GridWrapper(Of T))
public class GridWrapper<T> : Infragistics.Web.Mvc.BaseGridWrapper<GridModel,GridWrapper<T>> 
where T: class
型パラメータ
T
参照

オンラインで表示: GitHub